mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-21 05:04:46 -07:00
TODO: Check documentation and other package options TODO: Transform CFW SDK name to OFW SDK name in build step so all firmwares understand it
20 lines
391 B
JSON
20 lines
391 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"checkJs": true,
|
|
"module": "CommonJS",
|
|
"noLib": true,
|
|
"target": "ES2015",
|
|
},
|
|
"files": [
|
|
"./node_modules/@next-flip/fz-sdk-mntm/global.d.ts",
|
|
],
|
|
"include": [
|
|
"./**/*.ts",
|
|
"./**/*.js"
|
|
],
|
|
"exclude": [
|
|
"./node_modules/**/*",
|
|
"dist/**/*",
|
|
],
|
|
} |