mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 09:18:35 -07:00
21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"checkJs": true,
|
|
"module": "CommonJS",
|
|
"noLib": true,
|
|
"target": "ES2015",
|
|
"types": [],
|
|
},
|
|
"files": [
|
|
"./node_modules/@next-flip/fz-sdk-mntm/global.d.ts",
|
|
],
|
|
"include": [
|
|
"./**/*.ts",
|
|
"./**/*.js",
|
|
],
|
|
"exclude": [
|
|
"./node_modules/**/*",
|
|
"dist/**/*",
|
|
],
|
|
} |