mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-16 06:05:50 -06:00
15 lines
304 B
JSON
15 lines
304 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./bin",
|
|
"allowJs": true,
|
|
"strictNullChecks": true,
|
|
"module": "commonjs",
|
|
"jsx": "react",
|
|
"noImplicitAny": true,
|
|
"target": "es5",
|
|
"declaration": true,
|
|
"moduleResolution": "node",
|
|
"strict": true
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|